func github.com/go-pg/pg/v10/orm.newMapSliceModel

2 uses

	github.com/go-pg/pg/v10/orm (current package)
		model.go#L115: 			return newMapSliceModel(slicePtr), nil
		model_map_slice.go#L10: func newMapSliceModel(ptr *[]map[string]interface{}) *mapSliceModel {